home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / APP / M-R / PSpice.cpt / Example1.OUT < prev    next >
Text File  |  1990-09-14  |  40KB  |  1,017 lines

  1.  
  2.  ******* 09/14/90 ******* Evaluation PSpice (July 1989) ******* 07:01:00 ******
  3.  
  4.  EXAMPLE1 - An Illustration of PSpice Capabilities
  5.  
  6.  
  7.  ****     CIRCUIT DESCRIPTION
  8.  
  9.  
  10. ******************************************************************************
  11.  
  12.  
  13.  
  14. * This circuit, a differential pair, shows many of the capabilities of PSpice.
  15. * It creates a large amount of output for such a small circuit.  Normally,
  16. * only a few kinds of analysis, such as transient analysis, would be run.
  17. * This command sets options for the run.
  18. .OPT ACCT NOMOD NOPAGE RELTOL=.001
  19.  
  20. * Sets the width of the output to 80 columns.
  21. .WIDTH OUT=80
  22.  
  23. * Sets the temperature for the run to 35 degrees celsius.
  24. .TEMP 35
  25.  
  26. * This command does a DC sweep.  The voltage source VIN is swept from
  27. *   -0.125 volts to 0.125 volts in steps of 0.005 volts.  The non-linear
  28. *   device equations are used.
  29. .DC VIN -0.125 0.125 0.005
  30.  
  31. * There is no command to do a small-signal bias point calculation.  It
  32. *   is done automatically after the DC sweep is finished.  The non-linear
  33. *   device equations are used to find the bias point.  Then, the linearized,
  34. *   small-signal equivalent circuit at the bias point is saved for the .TF,
  35. *   .SENS, .AC, and .NOISE analysis.  This command prints out the small-
  36. *   signal parameters for each device.
  37. .OP
  38.  
  39. * This command does a small-signal transfer function calculation assuming
  40. *   VIN is the input and V(5), the voltage at node 5, is the output.
  41. .TF V(5) VIN
  42.  
  43. * This does an AC analysis.  The real and imaginary response of the circuit
  44. *   is calculated as the inputs are swept from 100 kilohertz to 10 gigahertz
  45. *   by decades with 10 points per decade.  The only AC input this circuit has
  46. *   is VIN.  This is a linear analysis.
  47. .AC DEC 10 100KHZ 10GHZ
  48.  
  49. * This command does noise calculations during the AC analysis.  Each
  50. *   device's noise contribution is calculated and propogated to node 5.
  51. *   All the contributions are rms-summed at node 5.  Besides the total
  52. *   output noise printout done for every frequency, a detailed table of
  53. *   each device's contribution is done every 30'th frequency.
  54. .NOISE V(5) VIN 30
  55.  
  56. * This command does a transient analysis.  It first re-calculates the
  57. *   circuit's bias point, then calculates the circuit's time response
  58. *   from 0 nanoseconds to 250 nanoseconds using the full, non-linear device
  59. *   equations, including non-linear capacitances.  PSpice uses a variable
  60. *   time step for the calculations, but this command causes the results
  61. *   to be interpolated onto a 5 nanosecond print interval.  Transient
  62. *   analysis is the most frequently used analysis in PSpice.
  63. .TRAN 20NS 1000NS
  64.  
  65. * This does a harmonic decomposition on the waveform V(5) calculated
  66. *   during transient analysis.  It calculates the magnitude and phase
  67. *   of the fundamental (5 megahertz) and the first eight harmonics.
  68. *   The graphics post-processor, Probe, goes further and contains
  69. *   a full FFT, allowing complete spectra to be displayed.
  70. .FOUR 5MEG V(5)
  71.  
  72. * This command does a Monte Carlo analysis of the circuit.  It runs
  73. *   the DC sweep 5 times using the tolerances in .MODEL statements
  74. *   and compares the waveform V(4,5) from each run against the nominal
  75. *   V(4,5).  It then lists a table of each run's deviation from the 
  76. *   nominal.  The Monte Carlo option can also do Worst Case and Sensitivity
  77. *   analysis.
  78. .MC 5 DC V(4,5) YMAX
  79.  
  80. * PSpice allows parameters to be defined and used in expressions
  81. *   throughout the circuit file.  Parameters may also be passed into
  82. *   subcircuits as arguments and used inside.  Here, we define a
  83. *   fudge factor for the supply voltages.
  84. .PARAM FACTOR=1.2
  85.  
  86. * The following statements describe the circuit to PSpice.  It is a
  87. *   simple differential pair, with +12 and -12 volts as the supplies.
  88.  
  89. * VIN is the input for this circuit.  It has an amplitude during AC analysis
  90. *   of 1 volt and a sine waveform during transient of .1 volt at 5 megahertz.
  91. VIN 100 0 AC 1 SIN(0 0.1 5MEG)
  92.  
  93. * The power supplies are + and - SUPPLY volts.  As mentioned above,
  94. *   expressions containing parameters can be used for values throughout
  95. *   the circuit file.  Expressions are enclosed by "{" and "}" and allow
  96. *   arithmetic expressions.
  97. VCC 101 0 DC {10*FACTOR}
  98. VEE 102 0 {-10*FACTOR}
  99.  
  100. * The transistors' nodes are in the order collector - base - emitter.
  101. *   All transistors must refer to a model (QNL in this case).
  102. Q1 4 2 6 QNL
  103. Q2 5 3 6 QNL
  104.  
  105. * Models for resistors are optional.  If used they can specify such things
  106. *   as scaling, temperature coefficients, and tolerances.
  107. RS1 100 2 1K 
  108. RS2 3 0 1K
  109. RC1 4 101 CRES 10K
  110. RC2 5 101 CRES 10K
  111. Q3 6 7 102 QNL
  112. Q4 7 7 102 QNL
  113. RBIAS 7 101 20K
  114. CLOAD 4 5 5PF
  115.  
  116. * This statement describes the CRES resistor by giving the values for
  117. *   the parameters.  Each type of model has its own set of parameters.
  118. *   All parameters have default values.  In CRES we have set the scaling
  119. *   factor to 1, the linear temperature coefficient to .02, and the
  120. *   quadratic temperature coefficient to .0045, and given each resistor
  121. *   a 5% tolerance on its value during Monte Carlo analysis.
  122. .MODEL CRES RES (R=1 DEV=5% TC1=.02 TC2=.0045)
  123.  
  124. * The bipolar transistor model is the Gummel-Poon model.  It uses the
  125. *   same equations as in the UC Berkeley Spice program.  There are
  126. *   actually 55 model parameters, but most of these are for second-order
  127. *   effects that are rarely used.  Most bipolar models for realistic
  128. *   circuits specify between 12 and 25 parameters and default the rest.
  129. *   Here, we have set the forward beta to 80, the base resistance to
  130. *   100 ohms, the collector-substrate capacitance to 2 picofarads, the
  131. *   forward transit time to 0.3 nanoseconds, the reverse transit time to
  132. *   6 nanoseconds, the base-emitter capacitance to 3 picofarads, the
  133. *   base-collector capacitance to 2 picofarads, and the forward Early
  134. *   voltage to 50 volts.  The capacitances are actually voltage dependent.
  135. *   These numbers are the zero-bias values.
  136. .MODEL QNL NPN (BF=80 RB=100 CCS=2PF TF=0.3NS TR=6NS CJE=3PF CJC=2PF
  137. +   VA=50)
  138.  
  139. * The Analog Behavioral Modeling option allows one to define a transfer
  140. *   function by formula and/or by table.  Here, we implement an ideal
  141. *   comparator to convert the differential output across nodes 4 and 5 into
  142. *   a TTL output on node 10.  The voltage across 4 and 5 is multiplied by 1e5
  143. *   and that value is looked up in the table.  The table has an output of 0v
  144. *   for inputs < 0, 5v for inputs > 5, and output=input in between.
  145. *   So, the comparator has a gain of 100,000 and saturates at 0v and 5v.
  146. * Although not shown here, one can also define linear transfer functions
  147. *   by Laplace transform formulas or by frequency response tables.
  148. E1      10 0    TABLE {V(4,5)*1e5}      (0v,0v 5v,5v)
  149. RE1     10 0    1K
  150.  
  151. * The Digital Simulation option simulates digital components.  Instead
  152. *   of voltages and waveforms, it calculates 1's and 0's and propogation
  153. *   delays.  PSpice automatically creates interface components between
  154. *   analog and digital sections or circuitry.  Here, we drive a 74293,
  155. *   4-bit, ripple counter from the output of the comparator E1.
  156.  
  157. X1 10 QA 110 110 QA QB QC QD 74293
  158.  
  159. * This is a digital stimulus which resets the counter
  160. U2 STIM(1, 1) 110 STMIOMDL TIMESTEP = 10NS
  161. +   0nS, 1
  162. +  40nS, 0
  163.  
  164. * These commands provide print and plot output for selected voltages
  165. *   and currents.  The plots are the so-called "line printer" plots.
  166. *   That is, plots made out of characters.  To get real, high-resolution
  167. *   plots you need to use Probe; it is invoked by the .PROBE command.
  168. .PRINT DC V(4) V(5)
  169. .PLOT DC IC(Q2) 
  170. .PLOT AC VCM(Q2) VCP(Q2)
  171. .PLOT NOISE INOISE ONOISE 
  172. .PLOT TRAN V(4,5) V(10) D(QA) D(QB)
  173. .PROBE
  174.  
  175. * We have included the full subcircuit and model definitions here in
  176. *   order to make the EXAMPLE1.CIR file self-contained.  These models
  177. *   come from the digital library files and would normally be accessed
  178. *   by using a .LIB command instead of reproducing them in the circuit
  179. *   file.
  180. .SUBCKT 74293 CKA CKB R01 R02 QA QB QC QD
  181. U1 NAND(2) R01 R02 RBAR D0_GATE IO_DFT
  182. U2 JKFF(1) $D_HI RBAR CKA $D_HI $D_HI QA $D_NC D_293ASTD IO_STD
  183. U3 JKFF(1) $D_HI RBAR CKB $D_HI $D_HI QB $D_NC D_293BSTD IO_STD
  184. U4 JKFF(1) $D_HI RBAR QB  $D_HI $D_HI QC $D_NC D_293BSTD IO_STD
  185. U5 JKFF(1) $D_HI RBAR QC  $D_HI $D_HI QD $D_NC D_293BSTD IO_STD
  186. .ENDS
  187.  
  188. .MODEL D0_GATE UGATE
  189. .MODEL IO_DFT  UIO (DRVH=50 DRVL=50 AtoD=STDATOD DtoA=STDDTOA)
  190. .MODEL IO_STD  UIO (DRVH=60 DRVL=30 AtoD=STDATOD DtoA=STDDTOA)
  191.  
  192. .MODEL D_293ASTD UEFF (
  193. + TPPCQHLTY   = 26ns TPPCQHLMX   = 40ns
  194. + TPCLKQLHTY  = 10ns TPCLKQLHMX  = 16ns
  195. + TPCLKQHLTY  = 12ns TPCLKQHLMX  = 18ns
  196. + TWCLKHMN    = 15ns TWCLKHTY    = 15ns TWCLKHMX    = 15ns
  197. + TWCLKLMN    = 15ns TWCLKLTY    = 15ns TWCLKLMX    = 15ns
  198. + TSUPCCLKHMN = 25ns TSUPCCLKHTY = 25ns TSUPCCLKHMX = 25ns
  199. + TWPCLTY     = 15ns TWPCLMX     = 15ns )
  200.  
  201. .MODEL D_293BSTD UEFF (
  202. + TPPCQHLTY   = 26ns TPPCQHLMX   = 40ns
  203. + TPCLKQLHTY  = 10ns TPCLKQLHMX  = 16ns
  204. + TPCLKQHLTY  = 14ns TPCLKQHLMX  = 21ns
  205. + TWCLKHMN    = 30ns TWCLKHTY    = 30ns TWCLKHMX    = 30ns
  206. + TWCLKLMN    = 30ns TWCLKLTY    = 30ns TWCLKLMX    = 30ns
  207. + TSUPCCLKHMN = 25ns TSUPCCLKHTY = 25ns TSUPCCLKHMX = 25ns
  208. + TWPCLTY     = 15ns TWPCLMX     = 15ns )
  209.  
  210. *
  211. * The digital power supply subckt:
  212. *  one instance of this subcircuit is created if any AtoD or DtoA
  213. *  subckts are created.  The one interface pin is always given the 
  214. *  value "0".
  215. .subckt digifpwr gnd
  216. vdigpos $G_dig_pos $G_dig_neg 5v
  217. r1      $G_dig_pos gnd   1MEG
  218. vdigneg $G_dig_neg gnd   0v
  219. r2      $G_dig_neg gnd   1MEG
  220. vdigref $G_dig_ref gnd   0v
  221. r3      $G_dig_ref gnd   1MEG
  222. .ends
  223.  
  224. .model stmiomdl UIO (drvh=0 drvl=0 AtoD=STDATOD DtoA=STDDTOA)
  225.  
  226. * Simple AtoD and DtoA subckts: use globals to connect to power supply
  227. .subckt stdAtoD a d
  228. o1 a $G_dig_ref DOTTLSCH Dgtlnet = d  IO_STD
  229. .ends
  230.  
  231. .subckt stdDtoA d a
  232. n1 a $G_dig_neg $G_dig_pos DIN74 dgtlnet = d  IO_STD
  233. .ends
  234.  
  235. .model DIN74 dinput(
  236. +       s0name = 0, s0tsw = 5ns, s0rlo = 8.54 s0rhi = 238.9,
  237. +       s1name = 1, s1tsw = 8ns, s1rlo = 486  s1rhi = 209,
  238. +       s2name = X, s2tsw = 4ns, s2rlo = 64.4 s2rhi = 90.1,
  239. +       s3name = Z, s3tsw = 8ns, s3rlo = 100k s3rhi = 100k)
  240.  
  241. .model DOTTLSCH doutput(
  242. +       s0name = 0, s0vlo = -1.5, s0vhi = 1.4,
  243. +       s1name = 1, s1vlo = 1.40, s1vhi = 7.0)
  244.  
  245. .END
  246.  
  247.  
  248. **** Generated AtoD and DtoA Interfaces ****
  249.  
  250. *
  251. * Analog/Digital interface for node 10
  252. *
  253. * Moving X1.U2:CLKBAR from analog node 10 to new digital node 10$AtoD
  254. X$10_AtoD1 10 10$AtoD STDATOD
  255. *
  256. * Analog/Digital interface power supply subckt
  257. *
  258. X$DIGIFPWR 0 DIGIFPWR
  259.  
  260. .END  ;(end of AtoD and DtoA interfaces) 
  261.  
  262.  
  263.  **** CURRENT MODEL PARAMETERS FOR DEVICES REFERENCING CRES
  264.                        RC1             RC2             
  265.               R        1.00E+00        1.00E+00
  266.  
  267.  
  268.  
  269.  ****     DC TRANSFER CURVES               TEMPERATURE =   35.000 DEG C
  270.  
  271.                       MONTE CARLO NOMINAL  
  272.  
  273.  
  274.   VIN         V(4)        V(5)        
  275.  
  276.   -1.250E-01   6.363E+00  -7.954E-01
  277.   -1.200E-01   6.299E+00  -7.897E-01
  278.   -1.150E-01   6.234E+00  -7.838E-01
  279.   -1.100E-01   6.170E+00  -7.779E-01
  280.   -1.050E-01   6.105E+00  -7.719E-01
  281.   -1.000E-01   6.040E+00  -7.658E-01
  282.   -9.500E-02   5.975E+00  -7.596E-01
  283.   -9.000E-02   5.910E+00  -7.532E-01
  284.   -8.500E-02   5.845E+00  -7.467E-01
  285.   -8.000E-02   5.780E+00  -7.400E-01
  286.   -7.500E-02   5.714E+00  -7.330E-01
  287.   -7.000E-02   5.649E+00  -7.258E-01
  288.   -6.500E-02   5.583E+00  -7.183E-01
  289.   -6.000E-02   5.516E+00  -7.104E-01
  290.   -5.500E-02   5.449E+00  -7.019E-01
  291.   -5.000E-02   5.382E+00  -6.927E-01
  292.   -4.500E-02   5.313E+00  -6.824E-01
  293.   -4.000E-02   5.243E+00  -6.705E-01
  294.   -3.500E-02   5.170E+00  -6.556E-01
  295.   -3.000E-02   5.092E+00  -6.339E-01
  296.   -2.500E-02   4.981E+00  -5.766E-01
  297.   -2.000E-02   4.494E+00  -1.000E-01
  298.   -1.500E-02   3.928E+00   4.638E-01
  299.   -1.000E-02   3.355E+00   1.036E+00
  300.   -5.000E-03   2.776E+00   1.614E+00
  301.    0.000E+00   2.194E+00   2.194E+00
  302.    5.000E-03   1.613E+00   2.775E+00
  303.    1.000E-02   1.034E+00   3.353E+00
  304.    1.500E-02   4.614E-01   3.926E+00
  305.    2.000E-02  -1.033E-01   4.491E+00
  306.    2.500E-02  -5.585E-01   4.957E+00
  307.    3.000E-02  -6.056E-01   5.057E+00
  308.    3.500E-02  -6.218E-01   5.130E+00
  309.    4.000E-02  -6.315E-01   5.196E+00
  310.    4.500E-02  -6.384E-01   5.260E+00
  311.    5.000E-02  -6.437E-01   5.323E+00
  312.    5.500E-02  -6.479E-01   5.384E+00
  313.    6.000E-02  -6.514E-01   5.445E+00
  314.    6.500E-02  -6.543E-01   5.506E+00
  315.    7.000E-02  -6.569E-01   5.566E+00
  316.    7.500E-02  -6.591E-01   5.626E+00
  317.    8.000E-02  -6.611E-01   5.685E+00
  318.    8.500E-02  -6.628E-01   5.745E+00
  319.    9.000E-02  -6.644E-01   5.804E+00
  320.    9.500E-02  -6.658E-01   5.863E+00
  321.    1.000E-01  -6.671E-01   5.922E+00
  322.    1.050E-01  -6.682E-01   5.981E+00
  323.    1.100E-01  -6.693E-01   6.040E+00
  324.    1.150E-01  -6.702E-01   6.098E+00
  325.    1.200E-01  -6.711E-01   6.157E+00
  326.    1.250E-01  -6.719E-01   6.215E+00
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  ****     DC TRANSFER CURVES               TEMPERATURE =   35.000 DEG C
  333.  
  334.                       MONTE CARLO NOMINAL  
  335.  
  336.  
  337.   VIN         IC(Q2)      
  338. (*)----------    2.0000E-04   4.0000E-04   6.0000E-04   8.0000E-04   1.0000E-03
  339.                        _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  340.  -1.250E-01  8.837E-04 .            .            .            .    *       .
  341.  -1.200E-01  8.833E-04 .            .            .            .    *       .
  342.  -1.150E-01  8.829E-04 .            .            .            .    *       .
  343.  -1.100E-01  8.825E-04 .            .            .            .    *       .
  344.  -1.050E-01  8.820E-04 .            .            .            .    *       .
  345.  -1.000E-01  8.816E-04 .            .            .            .    *       .
  346.  -9.500E-02  8.812E-04 .            .            .            .    *       .
  347.  -9.000E-02  8.807E-04 .            .            .            .    *       .
  348.  -8.500E-02  8.803E-04 .            .            .            .    *       .
  349.  -8.000E-02  8.798E-04 .            .            .            .    *       .
  350.  -7.500E-02  8.794E-04 .            .            .            .    *       .
  351.  -7.000E-02  8.789E-04 .            .            .            .    *       .
  352.  -6.500E-02  8.783E-04 .            .            .            .    *       .
  353.  -6.000E-02  8.778E-04 .            .            .            .    *       .
  354.  -5.500E-02  8.772E-04 .            .            .            .    *       .
  355.  -5.000E-02  8.766E-04 .            .            .            .    *       .
  356.  -4.500E-02  8.758E-04 .            .            .            .    *       .
  357.  -4.000E-02  8.750E-04 .            .            .            .    *       .
  358.  -3.500E-02  8.740E-04 .            .            .            .    *       .
  359.  -3.000E-02  8.725E-04 .            .            .            .    *       .
  360.  -2.500E-02  8.686E-04 .            .            .            .   *        .
  361.  -2.000E-02  8.356E-04 .            .            .            . *          .
  362.  -1.500E-02  7.967E-04 .            .            .            *            .
  363.  -1.000E-02  7.572E-04 .            .            .         *  .            .
  364.  -5.000E-03  7.173E-04 .            .            .       *    .            .
  365.   0.000E+00  6.772E-04 .            .            .    *       .            .
  366.   5.000E-03  6.371E-04 .            .            . *          .            .
  367.   1.000E-02  5.972E-04 .            .            *            .            .
  368.   1.500E-02  5.576E-04 .            .         *  .            .            .
  369.   2.000E-02  5.186E-04 .            .       *    .            .            .
  370.   2.500E-02  4.862E-04 .            .     *      .            .            .
  371.   3.000E-02  4.793E-04 .            .    *       .            .            .
  372.   3.500E-02  4.743E-04 .            .    *       .            .            .
  373.   4.000E-02  4.698E-04 .            .    *       .            .            .
  374.   4.500E-02  4.654E-04 .            .   *        .            .            .
  375.   5.000E-02  4.610E-04 .            .   *        .            .            .
  376.   5.500E-02  4.569E-04 .            .   *        .            .            .
  377.   6.000E-02  4.528E-04 .            .  *         .            .            .
  378.   6.500E-02  4.485E-04 .            .  *         .            .            .
  379.   7.000E-02  4.442E-04 .            .  *         .            .            .
  380.   7.500E-02  4.402E-04 .            .  *         .            .            .
  381.   8.000E-02  4.362E-04 .            . *          .            .            .
  382.   8.500E-02  4.320E-04 .            . *          .            .            .
  383.   9.000E-02  4.278E-04 .            . *          .            .            .
  384.   9.500E-02  4.238E-04 .            . *          .            .            .
  385.   1.000E-01  4.199E-04 .            .*           .            .            .
  386.   1.050E-01  4.157E-04 .            .*           .            .            .
  387.   1.100E-01  4.115E-04 .            .*           .            .            .
  388.   1.150E-01  4.076E-04 .            *            .            .            .
  389.   1.200E-01  4.037E-04 .            *            .            .            .
  390.   1.250E-01  3.995E-04 .            *            .            .            .
  391.                        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  ****     SMALL SIGNAL BIAS SOLUTION       TEMPERATURE =   35.000 DEG C
  398.  
  399.                       MONTE CARLO NOMINAL  
  400.  
  401.  
  402.  NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE
  403.  
  404.  
  405. (    2)    -.0081  (    3)    -.0081  (    4)    2.1942  (    5)    2.1942      
  406.  
  407. (    6)    -.7606  (    7)  -11.2320  (   10)    0.0000  (  100)    0.0000      
  408.  
  409. (  101)   12.0000  (  102)  -12.0000  ($G_dig_neg)    0.0000                    
  410.  
  411. ($G_dig_pos)    5.0000                ($G_dig_ref)    0.0000                
  412.  
  413.  
  414.  
  415.  DGTL NODE : STATE  DGTL NODE : STATE  DGTL NODE : STATE  DGTL NODE : STATE
  416.  
  417.  
  418. (      QA) : 0     (      QB) : 0     (      QC) : 0     (      QD) : 0         
  419.  
  420. (     110) : 1     (   $D_HI) : 1     (   $D_NC) : Z     ( 10$AtoD) : 0         
  421.  
  422. ( X1.RBAR) : 0     
  423.  
  424.  
  425.  
  426.  
  427.     VOLTAGE SOURCE CURRENTS
  428.     NAME         CURRENT
  429.  
  430.     VIN         -8.108E-06
  431.     VCC         -2.516E-03
  432.     VEE          2.532E-03
  433.     X$DIGIFPWR.vdigpos  -5.000E-06
  434.     X$DIGIFPWR.vdigneg  -5.000E-06
  435.     X$DIGIFPWR.vdigref   0.000E+00
  436.  
  437.     TOTAL POWER DISSIPATION   6.06E-02  WATTS
  438.  
  439.  
  440.  
  441.  
  442.  ****     OPERATING POINT INFORMATION      TEMPERATURE =   35.000 DEG C
  443.  
  444.                       MONTE CARLO NOMINAL  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. **** VOLTAGE-CONTROLLED VOLTAGE SOURCES
  451.  
  452.  
  453. NAME         E1        
  454. V-SOURCE     0.000E+00
  455. I-SOURCE     0.000E+00
  456.  
  457.  
  458. **** BIPOLAR JUNCTION TRANSISTORS
  459.  
  460.  
  461. NAME         Q1          Q2          Q3          Q4        
  462. MODEL        QNL         QNL         QNL         QNL       
  463. IB           8.11E-06    8.11E-06    1.42E-05    1.42E-05 
  464. IC           6.77E-04    6.77E-04    1.37E-03    1.13E-03 
  465. VBE          7.52E-01    7.52E-01    7.68E-01    7.68E-01 
  466. VBC         -2.20E+00   -2.20E+00   -1.05E+01    0.00E+00 
  467. VCE          2.95E+00    2.95E+00    1.12E+01    7.68E-01 
  468. BETADC       8.35E+01    8.35E+01    9.68E+01    8.00E+01 
  469. GM           2.55E-02    2.55E-02    5.16E-02    4.27E-02 
  470. RPI          3.28E+03    3.28E+03    1.87E+03    1.87E+03 
  471. RX           1.00E+02    1.00E+02    1.00E+02    1.00E+02 
  472. RO           7.71E+04    7.71E+04    4.41E+04    4.41E+04 
  473. CBE          1.28E-11    1.28E-11    2.06E-11    1.80E-11 
  474. CBC          1.28E-12    1.28E-12    8.20E-13    2.01E-12 
  475. CBX          0.00E+00    0.00E+00    0.00E+00    0.00E+00 
  476. CJS          2.00E-12    2.00E-12    2.00E-12    2.00E-12 
  477. BETAAC       8.35E+01    8.35E+01    9.67E+01    8.00E+01 
  478. FT           2.89E+08    2.89E+08    3.83E+08    3.40E+08 
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  ****     SMALL-SIGNAL CHARACTERISTICS
  486.  
  487.  
  488.       V(5)/VIN =  1.162E+02
  489.  
  490.       INPUT RESISTANCE AT VIN =  8.738E+03
  491.  
  492.       OUTPUT RESISTANCE AT V(5) =  1.332E+04
  493.  
  494.  
  495.  
  496.  ****     NOISE ANALYSIS                   TEMPERATURE =   35.000 DEG C
  497.  
  498.                       MONTE CARLO NOMINAL  
  499.  
  500.  
  501.      FREQUENCY =  1.000E+05 HZ
  502.  
  503.  
  504.  
  505.  
  506.  **** DIGITAL OUTPUT SQUARED NOISE VOLTAGES (SQ V/HZ)
  507.  
  508.  
  509.  
  510.  
  511.       X$10_AtoD1.o1
  512.  
  513.  TOTAL  0.000E+00
  514.  
  515.  
  516.  
  517.  **** TRANSISTOR SQUARED NOISE VOLTAGES (SQ V/HZ)
  518.  
  519.  
  520.  
  521.  
  522.              Q1         Q2         Q3         Q4
  523.  
  524.  RB       2.096E-14  2.102E-14  2.026E-13  2.018E-13
  525.  
  526.  RC       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  527.  
  528.  RE       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  529.  
  530.  IB       3.450E-14  4.331E-14  8.354E-15  3.078E-15
  531.  
  532.  IC       7.136E-15  7.569E-15  2.233E-14  2.562E-14
  533.  
  534.  FN       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  535.  
  536.  TOTAL    6.259E-14  7.190E-14  2.332E-13  2.305E-13
  537.  
  538.  
  539.  
  540.  **** RESISTOR SQUARED NOISE VOLTAGES (SQ V/HZ)
  541.  
  542.  
  543.  
  544.  
  545.              RS1        RS2        RC1        RC2      RBIAS        RE1
  546.  
  547.  TOTAL    2.096E-13  2.102E-13  5.796E-18  1.964E-16  6.003E-17  0.000E+00
  548.  
  549.  
  550.  
  551.  
  552.      X$DIGIFPWR.r1X$DIGIFPWR.r2X$DIGIFPWR.r3
  553.  
  554.  TOTAL    0.000E+00  0.000E+00  0.000E+00
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  **** TOTAL OUTPUT NOISE VOLTAGE         =  1.018E-12 SQ V/HZ
  561.  
  562.                                          =  1.009E-06 V/RT HZ
  563.  
  564.       TRANSFER FUNCTION VALUE:
  565.  
  566.         V(5)/VIN                    =  1.110E+02
  567.  
  568.       EQUIVALENT INPUT NOISE AT VIN =  9.093E-09 V/RT HZ
  569.  
  570.  
  571.  
  572.  ****     NOISE ANALYSIS                   TEMPERATURE =   35.000 DEG C
  573.  
  574.                       MONTE CARLO NOMINAL  
  575.  
  576.  
  577.      FREQUENCY =  1.000E+08 HZ
  578.  
  579.  
  580.  
  581.  
  582.  **** DIGITAL OUTPUT SQUARED NOISE VOLTAGES (SQ V/HZ)
  583.  
  584.  
  585.  
  586.  
  587.       X$10_AtoD1.o1
  588.  
  589.  TOTAL  0.000E+00
  590.  
  591.  
  592.  
  593.  **** TRANSISTOR SQUARED NOISE VOLTAGES (SQ V/HZ)
  594.  
  595.  
  596.  
  597.  
  598.              Q1         Q2         Q3         Q4
  599.  
  600.  RB       8.467E-21  1.383E-19  2.347E-17  2.398E-17
  601.  
  602.  RC       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  603.  
  604.  RE       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  605.  
  606.  IB       1.066E-19  4.913E-19  1.130E-18  3.428E-19
  607.  
  608.  IC       1.114E-18  4.808E-18  9.088E-18  6.890E-18
  609.  
  610.  FN       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  611.  
  612.  TOTAL    1.229E-18  5.437E-18  3.369E-17  3.121E-17
  613.  
  614.  
  615.  
  616.  **** RESISTOR SQUARED NOISE VOLTAGES (SQ V/HZ)
  617.  
  618.  
  619.  
  620.  
  621.              RS1        RS2        RC1        RC2      RBIAS        RE1
  622.  
  623.  TOTAL    8.467E-20  1.383E-18  2.404E-20  7.661E-20  1.614E-20  0.000E+00
  624.  
  625.  
  626.  
  627.  
  628.      X$DIGIFPWR.r1X$DIGIFPWR.r2X$DIGIFPWR.r3
  629.  
  630.  TOTAL    0.000E+00  0.000E+00  0.000E+00
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  **** TOTAL OUTPUT NOISE VOLTAGE         =  7.315E-17 SQ V/HZ
  637.  
  638.                                          =  8.553E-09 V/RT HZ
  639.  
  640.       TRANSFER FUNCTION VALUE:
  641.  
  642.         V(5)/VIN                    =  7.054E-02
  643.  
  644.       EQUIVALENT INPUT NOISE AT VIN =  1.212E-07 V/RT HZ
  645.  
  646.  
  647.  
  648.  ****     AC ANALYSIS                      TEMPERATURE =   35.000 DEG C
  649.  
  650.                       MONTE CARLO NOMINAL  
  651.  
  652.  
  653.  LEGEND:
  654.  
  655. *: VCM(Q2)
  656. +: VCP(Q2)
  657.  
  658.   FREQ        VCM(Q2)     
  659.  
  660.  
  661. (*)----------    1.0000E-03   1.0000E-01   1.0000E+01   1.0000E+03   1.0000E+05
  662. (+)----------   -2.0000E+02  -1.0000E+02   0.0000E+00   1.0000E+02   2.0000E+02
  663.                        _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  664.   1.000E+05  1.110E+02 .            .          + .      *     .            .
  665.   1.259E+05  1.082E+02 .            .         +  .      *     .            .
  666.   1.585E+05  1.043E+02 .            .         +  .      *     .            .
  667.   1.995E+05  9.876E+01 .            .        +   .      *     .            .
  668.   2.512E+05  9.160E+01 .            .       +    .      *     .            .
  669.   3.162E+05  8.288E+01 .            .      +     .     *      .            .
  670.   3.981E+05  7.304E+01 .            .     +      .     *      .            .
  671.   5.012E+05  6.278E+01 .            .    +       .     *      .            .
  672.   6.310E+05  5.281E+01 .            .    +       .    *       .            .
  673.   7.943E+05  4.366E+01 .            .   +        .    *       .            .
  674.   1.000E+06  3.564E+01 .            .  +         .   *        .            .
  675.   1.259E+06  2.883E+01 .            .  +         .  *         .            .
  676.   1.585E+06  2.320E+01 .            . +          .  *         .            .
  677.   1.995E+06  1.859E+01 .            . +          . *          .            .
  678.   2.512E+06  1.486E+01 .            . +          . *          .            .
  679.   3.162E+06  1.186E+01 .            .+           .*           .            .
  680.   3.981E+06  9.447E+00 .            .+           *            .            .
  681.   5.012E+06  7.509E+00 .            .+           *            .            .
  682.   6.310E+06  5.953E+00 .            +           *.            .            .
  683.   7.943E+06  4.701E+00 .            +          * .            .            .
  684.   1.000E+07  3.694E+00 .           +.          * .            .            .
  685.   1.259E+07  2.880E+00 .          + .         *  .            .            .
  686.   1.585E+07  2.222E+00 .          + .        *   .            .            .
  687.   1.995E+07  1.687E+00 .         +  .       *    .            .            .
  688.   2.512E+07  1.252E+00 .       +    .       *    .            .            .
  689.   3.162E+07  9.014E-01 .      +     .      *     .            .            .
  690.   3.981E+07  6.231E-01 .    +       .     *      .            .            .
  691.   5.012E+07  4.087E-01 .   +        .   *        .            .            .
  692.   6.310E+07  2.505E-01 .            .  *         .            .        +   .
  693.   7.943E+07  1.404E-01 .            .*           .            .      +     .
  694.   1.000E+08  7.054E-02 .            *            .            .  +         .
  695.   1.259E+08  3.691E-02 .          * .            .         +  .            .
  696.   1.585E+08  3.312E-02 .         *  .            .  +         .            .
  697.   1.995E+08  3.630E-02 .          * .          + .            .            .
  698.   2.512E+08  3.626E-02 .          * .        +   .            .            .
  699.   3.162E+08  3.327E-02 .         *  .      +     .            .            .
  700.   3.981E+08  2.889E-02 .         *  .     +      .            .            .
  701.   5.012E+08  2.425E-02 .         *  .    +       .            .            .
  702.   6.310E+08  1.993E-02 .        *   .   +        .            .            .
  703.   7.943E+08  1.618E-02 .       *    .   +        .            .            .
  704.   1.000E+09  1.303E-02 .       *    .  +         .            .            .
  705.   1.259E+09  1.044E-02 .      *     .  +         .            .            .
  706.   1.585E+09  8.336E-03 .     *      . +          .            .            .
  707.   1.995E+09  6.645E-03 .     *      . +          .            .            .
  708.   2.512E+09  5.290E-03 .    *       . +          .            .            .
  709.   3.162E+09  4.208E-03 .    *       . +          .            .            .
  710.   3.981E+09  3.345E-03 .   *        . +          .            .            .
  711.   5.012E+09  2.659E-03 .  *         . +          .            .            .
  712.   6.310E+09  2.113E-03 .  *         . +          .            .            .
  713.   7.943E+09  1.679E-03 . *          . +          .            .            .
  714.   1.000E+10  1.334E-03 .*           .+           .            .            .
  715.                        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  ****     AC ANALYSIS                      TEMPERATURE =   35.000 DEG C
  722.  
  723.                       MONTE CARLO NOMINAL  
  724.  
  725.  
  726.  LEGEND:
  727.  
  728. *: INOISE
  729. +: ONOISE
  730.  
  731.   FREQ        INOISE      
  732.  
  733.  
  734. (*)----------    1.0000E-09   1.0000E-08   1.0000E-07   1.0000E-06   1.0000E-05
  735. (+)----------    1.0000E-11   1.0000E-09   1.0000E-07   1.0000E-05   1.0000E-03
  736.                        _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  737.   1.000E+05  9.093E-09 .            *            .      +     .            .
  738.   1.259E+05  9.198E-09 .            *            .      +     .            .
  739.   1.585E+05  9.362E-09 .            *            .      +     .            .
  740.   1.995E+05  9.615E-09 .            *            .      +     .            .
  741.   2.512E+05  1.000E-08 .            .*           .      +     .            .
  742.   3.162E+05  1.059E-08 .            .*           .      +     .            .
  743.   3.981E+05  1.144E-08 .            .*           .     +      .            .
  744.   5.012E+05  1.266E-08 .            . *          .     +      .            .
  745.   6.310E+05  1.435E-08 .            .  *         .     +      .            .
  746.   7.943E+05  1.662E-08 .            .  *         .     +      .            .
  747.   1.000E+06  1.954E-08 .            .   *        .     +      .            .
  748.   1.259E+06  2.317E-08 .            .    *       .     +      .            .
  749.   1.585E+06  2.748E-08 .            .     *      .     +      .            .
  750.   1.995E+06  3.235E-08 .            .      *     .     +      .            .
  751.   2.512E+06  3.753E-08 .            .       *    .    +       .            .
  752.   3.162E+06  4.265E-08 .            .        *   .    +       .            .
  753.   3.981E+06  4.734E-08 .            .        *   .    +       .            .
  754.   5.012E+06  5.131E-08 .            .         *  .   +        .            .
  755.   6.310E+06  5.445E-08 .            .         *  .   +        .            .
  756.   7.943E+06  5.680E-08 .            .         *  .  +         .            .
  757.   1.000E+07  5.852E-08 .            .         *  .  +         .            .
  758.   1.259E+07  5.980E-08 .            .          * . +          .            .
  759.   1.585E+07  6.084E-08 .            .          * .+           .            .
  760.   1.995E+07  6.182E-08 .            .          * .+           .            .
  761.   2.512E+07  6.296E-08 .            .          * +            .            .
  762.   3.162E+07  6.454E-08 .            .          *+.            .            .
  763.   3.981E+07  6.702E-08 .            .          X .            .            .
  764.   5.012E+07  7.117E-08 .            .         + *.            .            .
  765.   6.310E+07  7.863E-08 .            .        +  *.            .            .
  766.   7.943E+07  9.292E-08 .            .       +    *            .            .
  767.   1.000E+08  1.212E-07 .            .      +     . *          .            .
  768.   1.259E+08  1.534E-07 .            .    +       .  *         .            .
  769.   1.585E+08  1.167E-07 .            .   +        .*           .            .
  770.   1.995E+08  7.610E-08 .            .  +        *.            .            .
  771.   2.512E+08  5.671E-08 .            .  +      *  .            .            .
  772.   3.162E+08  4.735E-08 .            . +      *   .            .            .
  773.   3.981E+08  4.247E-08 .            .+       *   .            .            .
  774.   5.012E+08  3.976E-08 .            +       *    .            .            .
  775.   6.310E+08  3.819E-08 .            +       *    .            .            .
  776.   7.943E+08  3.725E-08 .           +.       *    .            .            .
  777.   1.000E+09  3.666E-08 .          + .       *    .            .            .
  778.   1.259E+09  3.629E-08 .          + .       *    .            .            .
  779.   1.585E+09  3.606E-08 .         +  .       *    .            .            .
  780.   1.995E+09  3.591E-08 .        +   .       *    .            .            .
  781.   2.512E+09  3.582E-08 .        +   .       *    .            .            .
  782.   3.162E+09  3.576E-08 .       +    .       *    .            .            .
  783.   3.981E+09  3.572E-08 .       +    .       *    .            .            .
  784.   5.012E+09  3.569E-08 .      +     .       *    .            .            .
  785.   6.310E+09  3.568E-08 .     +      .       *    .            .            .
  786.   7.943E+09  3.567E-08 .     +      .       *    .            .            .
  787.   1.000E+10  3.566E-08 .    +       .       *    .            .            .
  788.                        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  ****     INITIAL TRANSIENT SOLUTION       TEMPERATURE =   35.000 DEG C
  795.  
  796.                       MONTE CARLO NOMINAL  
  797.  
  798.  
  799.  NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE
  800.  
  801.  
  802. (    2)    -.0081  (    3)    -.0081  (    4)    2.1942  (    5)    2.1942      
  803.  
  804. (    6)    -.7606  (    7)  -11.2320  (   10)    0.0000  (  100)    0.0000      
  805.  
  806. (  101)   12.0000  (  102)  -12.0000  ($G_dig_neg)    0.0000                    
  807.  
  808. ($G_dig_pos)    5.0000                ($G_dig_ref)    0.0000                
  809.  
  810.  
  811.  
  812.  DGTL NODE : STATE  DGTL NODE : STATE  DGTL NODE : STATE  DGTL NODE : STATE
  813.  
  814.  
  815. (      QA) : 0     (      QB) : 0     (      QC) : 0     (      QD) : 0         
  816.  
  817. (     110) : 1     (   $D_HI) : 1     (   $D_NC) : Z     ( 10$AtoD) : 0         
  818.  
  819. ( X1.RBAR) : 0     
  820.  
  821.  
  822.  
  823.  
  824.     VOLTAGE SOURCE CURRENTS
  825.     NAME         CURRENT
  826.  
  827.     VIN         -8.108E-06
  828.     VCC         -2.516E-03
  829.     VEE          2.532E-03
  830.     X$DIGIFPWR.vdigpos  -5.000E-06
  831.     X$DIGIFPWR.vdigneg  -5.000E-06
  832.     X$DIGIFPWR.vdigref   0.000E+00
  833.  
  834.     TOTAL POWER DISSIPATION   6.06E-02  WATTS
  835.  
  836.  
  837.  
  838.  
  839.  ****     TRANSIENT ANALYSIS               TEMPERATURE =   35.000 DEG C
  840.  
  841.                       MONTE CARLO NOMINAL  
  842.  
  843.  
  844.  LEGEND:
  845.  
  846. *: V(4,5)
  847. +: V(10)
  848. =: D(QA)
  849. $: D(QB)
  850.  
  851.   TIME        V(4,5)      
  852. (*)----------   -4.0000E+00  -1.3333E+00   1.3333E+00   4.0000E+00
  853. (+)----------    0.0000E+00   2.6667E+00   5.3333E+00   8.0000E+00
  854.                        _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  855.   0.000E+00 -4.610E-13 +            .      *     .            . =    $     .
  856.   2.000E-08 -2.022E-01 +            .     *      .            . =    $     .
  857.   4.000E-08 -8.136E-01 +            .  *         .            . =    $     .
  858.   6.000E-08 -1.607E+00 +           *.            .            . =    $     .
  859.   8.000E-08 -2.271E+00 +        *   .            .            . =    $     .
  860.   1.000E-07 -2.539E+00 +      *     .            .            . =    $     .
  861.   1.200E-07 -2.284E+00 +        *   .            .            . =    $     .
  862.   1.400E-07 -1.581E+00 +           *.            .            . =    $     .
  863.   1.600E-07 -6.801E-01 +            .   *        .            . =    $     .
  864.   1.800E-07  1.210E-01 .            .       *   +.            . =    $     .
  865.   2.000E-07  4.487E-01 .            .        *  +.            . =    $     .
  866.   2.200E-07  2.948E-01 .            .       *   +.            . =    $     .
  867.   2.400E-07 -3.663E-01 +            .    *       .            . =    $     .
  868.   2.600E-07 -1.182E+00 +            .*           .            .   =  $     .
  869.   2.800E-07 -1.835E+00 +          * .            .            .   =  $     .
  870.   3.000E-07 -2.104E+00 +        *   .            .            .   =  $     .
  871.   3.200E-07 -1.872E+00 +          * .            .            .   =  $     .
  872.   3.400E-07 -1.212E+00 +            .*           .            .   =  $     .
  873.   3.600E-07 -3.294E-01 +            .    *       .            .   =  $     .
  874.   3.800E-07  4.492E-01 .            .        *  +.            .   =  $     .
  875.   4.000E-07  7.443E-01 .            .          *+.            .   =  $     .
  876.   4.200E-07  5.553E-01 .            .         * +.            .   =  $     .
  877.   4.400E-07 -5.826E-02 +            .      *     .            .   =  $     .
  878.   4.600E-07 -9.105E-01 +            . *          .            . =    $     .
  879.   4.800E-07 -1.604E+00 +           *.            .            . =      $   .
  880.   5.000E-07 -1.898E+00 +          * .            .            . =      $   .
  881.   5.200E-07 -1.670E+00 +           *.            .            . =      $   .
  882.   5.400E-07 -9.952E-01 +            . *          .            . =      $   .
  883.   5.600E-07 -1.156E-01 +            .     *      .            . =      $   .
  884.   5.800E-07  6.528E-01 .            .         * +.            . =      $   .
  885.   6.000E-07  9.693E-01 .            .           X.            . =      $   .
  886.   6.200E-07  7.647E-01 .            .          *+.            . =      $   .
  887.   6.400E-07  1.255E-01 .            .       *   +.            . =      $   .
  888.   6.600E-07 -7.233E-01 +            .  *         .            .   =    $   .
  889.   6.800E-07 -1.416E+00 +            *            .            .   =    $   .
  890.   7.000E-07 -1.709E+00 +          * .            .            .   =    $   .
  891.   7.200E-07 -1.484E+00 +            *            .            .   =    $   .
  892.   7.400E-07 -8.210E-01 +            .  *         .            .   =    $   .
  893.   7.600E-07  6.670E-02 .            .      *    +.            .   =    $   .
  894.   7.800E-07  8.177E-01 .            .          *+.            .   =    $   .
  895.   8.000E-07  1.143E+00 .            .           +*            .   =    $   .
  896.   8.200E-07  9.339E-01 .            .           X.            .   =    $   .
  897.   8.400E-07  2.850E-01 .            .       *   +.            .   =    $   .
  898.   8.600E-07 -5.897E-01 +            .   *        .            . =      $   .
  899.   8.800E-07 -1.276E+00 +            .*           .            . =    $     .
  900.   9.000E-07 -1.569E+00 +           *.            .            . =    $     .
  901.   9.200E-07 -1.352E+00 +            *            .            . =    $     .
  902.   9.400E-07 -7.040E-01 +            .  *         .            . =    $     .
  903.   9.600E-07  1.656E-01 .            .       *   +.            . =    $     .
  904.   9.800E-07  8.919E-01 .            .          *+.            . =    $     .
  905.   1.000E-06  1.241E+00 .            .           +*            . =    $     .
  906.                        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  ****     FOURIER ANALYSIS                 TEMPERATURE =   35.000 DEG C
  913.  
  914.                       MONTE CARLO NOMINAL  
  915.  
  916.  
  917. FOURIER COMPONENTS OF TRANSIENT RESPONSE V(5)
  918.  
  919.  
  920.  
  921.  DC COMPONENT =   2.289600E+00
  922.  
  923.  HARMONIC   FREQUENCY    FOURIER    NORMALIZED    PHASE        NORMALIZED
  924.     NO         (HZ)     COMPONENT    COMPONENT    (DEG)       PHASE (DEG)
  925.  
  926.      1     5.000E+06    7.236E-01    1.000E+00   -9.484E+01    0.000E+00
  927.      2     1.000E+07    1.296E-02    1.791E-02   -8.665E+01    8.194E+00
  928.      3     1.500E+07    1.376E-02    1.902E-02   -1.033E+02   -8.435E+00
  929.      4     2.000E+07    1.599E-02    2.209E-02   -1.200E+02   -2.518E+01
  930.      5     2.500E+07    1.777E-02    2.456E-02   -1.307E+02   -3.589E+01
  931.      6     3.000E+07    1.477E-02    2.041E-02   -1.401E+02   -4.528E+01
  932.      7     3.500E+07    9.966E-03    1.377E-02   -1.428E+02   -4.801E+01
  933.      8     4.000E+07    6.686E-03    9.239E-03   -1.172E+02   -2.237E+01
  934.      9     4.500E+07    8.881E-03    1.227E-02   -1.555E+02   -6.070E+01
  935.  
  936.  
  937.      TOTAL HARMONIC DISTORTION =   5.114400E+00 PERCENT
  938.  
  939.  
  940.  
  941.  ****     SORTED DEVIATIONS OF V(4,5)      TEMPERATURE =   35.000 DEG C
  942.  
  943.                       MONTE CARLO SUMMARY
  944.  
  945.  
  946.  
  947.  
  948. Mean Deviation =    -.5773
  949. Sigma          =     .1181
  950.  
  951.  RUN                    MAX DEVIATION FROM NOMINAL
  952.  
  953. Pass    3                .695   (5.88 sigma)  lower   at VIN =    -.02  
  954.                         (  88.408% of Nominal)
  955.  
  956. Pass    2                .6839  (5.79 sigma)  lower   at VIN =     .055 
  957.                         (  88.593% of Nominal)
  958.  
  959. Pass    4                .5174  (4.38 sigma)  lower   at VIN =     .015 
  960.                         (  91.37 % of Nominal)
  961.  
  962. Pass    5                .4129  (3.50 sigma)  lower   at VIN =    -.045 
  963.                         (  93.113% of Nominal)
  964.  
  965.  
  966.  
  967.           JOB CONCLUDED
  968.  
  969.  
  970.  
  971.  ****     JOB STATISTICS SUMMARY
  972.  
  973.  
  974.  
  975.  
  976.   NUNODS  NCNODS  NUMNOD   NUMEL  DIODES    BJTS   JFETS   MFETS GASFETS
  977.  
  978.       11      14      18      28       0       4       0       0       0
  979.  
  980. NDIGITAL   NSTOP   NTTAR   NTTBR   NTTOV   IFILL    IOPS  PERSPA
  981.  
  982.        6      25      77      96      75      19     194  84.640
  983.  
  984.   NUMTTP  NUMRTP  NUMNIT   DIGTP  DIGEVT  DIGEVL      MEMUSE
  985.  
  986.      385      85    1798     100     160     110       31176
  987.  
  988.                                  SECONDS      ITERATIONS
  989.  
  990.  
  991.           MATRIX SOLUTION           4.88               7
  992.  
  993.           MATRIX LOAD              10.72
  994.  
  995.           DIGITAL SIMULATION         .20
  996.  
  997.  
  998.           READIN                    1.02
  999.  
  1000.           SETUP                      .03
  1001.  
  1002.           DC SWEEP                  1.78             177
  1003.  
  1004.           BIAS POINT                 .32              24
  1005.  
  1006.           AC and NOISE              1.90              51
  1007.  
  1008.           TRANSIENT ANALYSIS       19.72            1798
  1009.  
  1010.           OUTPUT                    6.90
  1011.  
  1012.           MONTE CARLO               6.50
  1013.  
  1014.           TOTAL JOB TIME           37.38
  1015.